services.rsync.jobs.<name>.timerConfig
When to run the job.
- Type
null or (attribute set of (systemd option))- Default
{ OnCalendar = "daily"; Persistent = true; }- Declared
- <nixpkgs/nixos/modules/services/misc/rsync.nix>
When to run the job.
null or (attribute set of (systemd option)){
OnCalendar = "daily";
Persistent = true;
}